home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / CONTROL / 00005.ls < prev    next >
Encoding:
Text File  |  1995-09-13  |  159 b   |  11 lines

  1. global CONTROLWINDOW
  2.  
  3. on mouseUp
  4.   set the visible of CONTROLWINDOW to 0
  5.   updateStage()
  6.   finishMovie()
  7.   tell the stage
  8.     go(1, "Quit.dir")
  9.   end tell
  10. end
  11.